home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set whichPath to "ECG1"
- if whichPath contains "ECG1" then
- go("ECG1.")
- else
- if whichPath contains "ECG2" then
- go("ECG2.")
- else
- if whichPath contains "ECM1" then
- go("ECM1.")
- else
- if whichPath contains "ECM2" then
- go("ECM2.")
- end if
- end if
- end if
- end if
- end
-